PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFRectilinearMeasure Class


In This Topic
    PDFRectilinearMeasure Class Methods
    In This Topic

    For a list of all members of this type, see PDFRectilinearMeasure members.

    Public Methods
     NameDescription
    Public MethodGets the number formats for angles.
    The first element in the collection shall specify the conversion to the largest angle unit from degrees. The scale factor from (if present) shall be used to convert from default PDF units to the appropriate units before applying the angle function.  
    Public MethodGets the number formats for area.
    The first element in the collection shall specify the conversion to the largest area unit from units represented by the first element in , squared. The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the area function.  
    Public MethodGets the COS measure. (Inherited from com.o2sol.pdf4java.spatial.PDFMeasure)
    Public MethodGets the conversion factor.
    It shall be used for calculations (distance, area, and angle) where the units are be equivalent; if not specified, these calculations may not be performed.  
    Public MethodGets the number formats for distance.
    The first element in the collection shall specify the conversion to the largest distance unit from units represented by the first element in . The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the distance function.  
    Public MethodGets the origin of the measurement coordinate system.  
    Public MethodGets the scale ratio.
    Universally recognized unit abbreviations should be used, either matching those of the number format collections in this object or those of commonly used scale ratios.
    For example: 1/4 in = 1 ft  
    Public MethodGets the number formats for slopes.
    The first element in the collection shall specify the conversion to the largest slope unit from units represented by the first element in divided by the first element in . The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the slope function.  
    Public MethodGets the number formats for X axis.
    The first element in the array shall contain the scale factor for converting from default user space units to the largest units in the measuring coordinate system along that axis.  
    Public MethodGets the number formats for Y axis.
    The first element in the array shall contain the scale factor for converting from default user space units to the largest units in the measuring coordinate system along the Y axis.  
    Public MethodSets the number formats for angles.
    The first element in the collection shall specify the conversion to the largest angle unit from degrees. The scale factor from (if present) shall be used to convert from default PDF units to the appropriate units before applying the angle function.  
    Public MethodSets the number formats for area.
    The first element in the collection shall specify the conversion to the largest area unit from units represented by the first element in , squared. The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the area function.  
    Public MethodSets the conversion factor.
    It shall be used for calculations (distance, area, and angle) where the units are be equivalent; if not specified, these calculations may not be performed.  
    Public MethodSets the number formats for distance.
    The first element in the collection shall specify the conversion to the largest distance unit from units represented by the first element in . The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the distance function.  
    Public MethodSets the origin of the measurement coordinate system.  
    Public MethodSets the scale ratio.
    Universally recognized unit abbreviations should be used, either matching those of the number format collections in this object or those of commonly used scale ratios.
    For example: 1/4 in = 1 ft  
    Public MethodSets the number formats for slopes.
    The first element in the collection shall specify the conversion to the largest slope unit from units represented by the first element in divided by the first element in . The scale factors from , (if present) and (if is present) shall be used to convert from default PDF units to the appropriate units before applying the slope function.  
    Public MethodSets the number formats for X axis.
    The first element in the array shall contain the scale factor for converting from default user space units to the largest units in the measuring coordinate system along that axis.  
    Public MethodSets the number formats for Y axis.
    The first element in the array shall contain the scale factor for converting from default user space units to the largest units in the measuring coordinate system along the Y axis.  
    Top
    See Also